projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfbcd97
)
(Abbrev Tables): Add copy-abbrev-table.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Aug 2003 01:11:54 +0000
(
01:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Aug 2003 01:11:54 +0000
(
01:11
+0000)
lispref/abbrevs.texi
patch
|
blob
|
history
diff --git
a/lispref/abbrevs.texi
b/lispref/abbrevs.texi
index e7ba0d8e8fa642cfe6c133abf5a5ca68316a538e..12afac0a32ba13e71f73a8bad230f8e1093318be 100644
(file)
--- a/
lispref/abbrevs.texi
+++ b/
lispref/abbrevs.texi
@@
-80,6
+80,11
@@
This function undefines all the abbrevs in abbrev table @var{table},
leaving it empty. It always returns @code{nil}.
@end defun
+@defun copy-abbrev-table table
+This function returns a copy of abbrev table @var{table}---a new
+abbrev table that contains the same abbrev definitions.
+@end defun
+
@defun define-abbrev-table tabname definitions
This function defines @var{tabname} (a symbol) as an abbrev table
name, i.e., as a variable whose value is an abbrev table. It defines